docs(tune): fix import count in CIFAR PyTorch tutorial#62756
Conversation
The CIFAR PyTorch tutorial imports only 2 Ray Tune items (`from ray import tune` and `from ray.tune.schedulers import ASHAScheduler`), not 3 as stated in the narrative text. Corrects the count to match the actual code. Fixes ray-project#61250
|
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
pseudo-rnd-thoughts
left a comment
There was a problem hiding this comment.
Thanks for the PR, LGTM
|
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
Why are these changes needed?
The CIFAR PyTorch Tune tutorial says:
But the actual import cell only has two Ray Tune imports:
This updates the narrative text to match the actual code.
Related issue
Fixes #61250
Checks
git commit -s(N/A — trivial text correction)